﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #efb6d6;
  text-shadow: none;
}
::selection {
  background: #efb6d6;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
html {
  width: 100%;
}
body {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
h1 {
  font-size: 30px;
  color: #8d3d24;
}
h2 {
  font-size: 32px;
  line-height: 1.2;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #de2860
}
h5 {
  font-size: 18px;
  text-align: left;
}
img {
  width: 100%;
}
p {
  margin-bottom: 40px;
  line-height: 1.5;
}
b {
  font-weight: bold;
}
.image {
  max-width: 100%;
}
section {
  width: 100%;
}
.subtitle {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.main-heading {
  padding: 25px 20px;
  background-color: #fadded;
  width: 100%;
}
.main-heading .subtitle {
  color: #fff;
  font-size: 18px;
}
.main-heading h1 {
  color: #8d3d24;
}
.subtitle h3 {
  color: #FCBF49;
}
.subtitle h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #de2860
}
.box-shadow {
  position: relative;
}
.box-shadow::before,
.box-shadow::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 200px;
  background: #9a9a9a;
  box-shadow: 0 10px 10px #9a9a9a;
  transform: rotate(-3deg);
}
.box-shadow::after {
  transform: rotate(2deg);
  right: 20px;
  left: auto;
}
.order-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.order-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 16px solid transparent;
  border-right: 220px solid #2f2f2f;
  border-left: 220px solid #2f2f2f;
  z-index: 9;
}
.price {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -40px;
  height: 80px;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
.price .price-inner {
  flex: 0 0 200px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
}
.price .oldprice {
  background-color: #fff;
}
.price .oldprice::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  border-left: 21px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 9;
}
.price .oldprice::before {
  content: '';
  display: block;
  position: absolute;
  right: -27px;
  filter: blur(2px);
  border-left: 25px solid rgba(100, 100, 100, 0.2);
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  z-index: 8;
}
.price .oldprice .num {
  text-decoration: line-through;
}
.price .num {
  font-size: 32px;
}
.price .oldprice {
  color: #003049;
}
.price .newprice {
  background-color: #e65971;
  color: #fff;
}
.price .newprice .num {
  font-weight: bold;
}
.btn-order {
  display: block;
  width: 400px;
  background-color: #d82221;
  padding: 30px 20px;
  color: #ecda17;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid #950f0c;
  margin-left: auto;
  margin-right: auto;
}
.order-wrapper {
  background-color: #fadded;
}
.order-wrapper .btn-order {
  margin-top: -20px;
}
.order-text {
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.advantages {
  padding: 35px 20px 20px;
  background-color: #cd8db1;
}
.advantages-list li {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #171112;
  padding-left: 100px;
  color: #fff;
}
.advantages-list li::before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 45px;
  top: 15px;
  background-image: url(../img/icons/correct-symbol.png);
  background-size: cover;
}
.advantages-list li:last-child {
  border-bottom: none;
}
.gallery {
  padding-top: 20px;
}
.gallery .heading {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.gallery .heading h2 {
  color: #8d3d24;
}
.about {
  padding-bottom: 40px;
}
.about .image {
  margin-bottom: 30px;
}
.about h2 {
  color: #fff;
}
.about .heading {
  margin-bottom: 30px;
}
.about .text {
  padding-left: 40px;
  padding-right: 40px;
}
.advice {
  position: relative;
  background-color: #cd8db1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.advice h2 {
  color: #fff;
}
.advice::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  border-top: 20px solid #fff;
  border-right: 240px solid #fff;
  border-left: 240px solid transparent;
  border-bottom: 20px solid transparent;
}
.advice::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  border-bottom: 20px solid #fff;
  border-left: 240px solid #fff;
  border-right: 240px solid transparent;
  border-top: 20px solid transparent;
}
.advice .heading {
  margin-bottom: 40px;
}
.advice .advice-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.advice .advice-list .advice-item {
  flex: 0 0 220px;
}
.advice .advice-list .image {
  max-width: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #8e3987;
}
.advice .advice-list .text {
  color: #fff;
  text-align: center;
}
.advice .warning {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
}
.advice .warning .text {
  background-color: #2f2f2f;
  padding-left: 40px;
  padding-right: 10px;
  transform: skew(20deg);
  padding-top: 10px;
  padding-bottom: 10px;
}
.advice .warning .text p {
  transform: skew(-20deg);
  margin-bottom: 0;
}
.advice .warning::before {
  position: absolute;
  left: 10px;
  top: -14px;
  content: '';
  display: block;
  border-bottom: 80px solid #FCBF49;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  z-index: 9;
}
.advice .warning::after {
  position: absolute;
  left: 45px;
  top: 6px;
  content: '!';
  color: #003049;
  display: block;
  z-index: 9;
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
}
.info .heading {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #171112;
}
.info h2 {
  color: #FCBF49;
}
.info .btn-order {
  margin-top: 20px;
}
.info .info-list li {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.info .info-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #F77F00;
}
.info .info-list li::after {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  top: 25px;
  height: 7px;
  width: 7px;
  background-color: #F77F00;
}
.info .info-list li:nth-child(2n) {
  background-color: #fff;
}
.info .info-list li:nth-child(2n - 1) {
  background-color: #eee;
}
.faq {
  padding-top: 40px;
  padding-bottom: 10px;
}
.faq .heading {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
  color: #f90200;
  background-color: #2f2f2f;
}
.faq .heading::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  border-left: 240px solid #2f2f2f;
  border-bottom: 20px solid #2f2f2f;
  border-right: 240px solid transparent;
  border-top: 20px solid transparent;
}
.faq .faq-list {
  background-color: #2f2f2f;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq .faq-item {
  background-color: #cd8db1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.faq .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-item h5 {
  position: relative;
  text-transform: initial;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.faq .faq-item h5::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-image: url(../img/icons/faq.png);
  background-size: cover;
}
.faq .faq-item p {
  margin-bottom: 0;
}
.delivery {
  padding-top: 40px;
}
.delivery .heading {
  margin-bottom: 40px;
}
.delivery .subtitle {
  color: #003049;
}
.delivery h2 {
  color: #003049;
}
.delivery .delivery-list h5 {
  color: #003049;
  margin-bottom: 10px;
  line-height: 1;
}
.delivery .delivery-list li {
  position: relative;
  padding-left: 120px;
  padding-right: 40px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.delivery .delivery-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 40px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.delivery .delivery-list li:nth-child(1)::before {
  background-image: url(../img/icons/delivery_icon_1.png);
}
.delivery .delivery-list li:nth-child(2)::before {
  background-image: url(../img/icons/delivery_icon_2.png);
}
.delivery .delivery-list li:nth-child(3)::before {
  background-image: url(../img/icons/delivery_icon_3.png);
}
form {
  margin-top: -20px;
}
form input {
  display: block;
  width: 100%;
  padding: 24px 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
.footer-scene .main-heading h2 {
  font-size: 30px;
  color: #f90200;
}
.footer-scene .btn-order {
  margin-top: 0;
}
.footer-scene .order-wrapper::after {
  display: none;
}
footer {
  padding: 20px;
  text-align: center;
  background-color: #fadded;
  color: #393939;
}
footer p {
  margin-bottom: 10px;
}
footer a {
  margin-bottom: 10px;
  display: block;
  color: #000000;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}
.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
}
.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.slider__control_left {
  left: 0;
}
.slider__control_right {
  right: 0;
}
.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}